home *** CD-ROM | disk | FTP | other *** search
/ Agent Central Host Computer / Agent - Central Host Computer.iso / _SETUP.1 / ocucmnd.ctl < prev    next >
Text File  |  2000-05-12  |  1KB  |  62 lines

  1. -- RCSVER $Id: ocucmnd.ctl,v 1.1 2000-05-03 12:29:11-05 randy Exp $ */
  2. -- *************************************************************************
  3. --       Copyright (C) 1999, Agent Systems, Inc. All Rights Reserved.
  4. --
  5. -- Name:        ocucmnd.ctl
  6. -- Date:     02/17/1999
  7. -- memo:        Randy Wood
  8. -- Description:    Load the data for the ocucmnd table.
  9. -- Changes:
  10. -- ********************************************************************** */
  11. LOAD DATA
  12. INFILE *
  13. INTO TABLE ocucmnd
  14. fields terminated by "|"
  15. trailing nullcols
  16. (
  17.     id,
  18.     sec_level,
  19.     descr,
  20.     config_num
  21. )
  22. begindata
  23. 1|1|Help|1|
  24. 2|1|Start shift|1|
  25. 3|1|End shift|1|
  26. 4|2|Select fare set|1|
  27. 5|2|Select route|1|
  28. 6|2|Inquire|1|
  29. 7|2|Clear coin jam|1|
  30. 8|2|Clear bill jam|1|
  31. 9|2|Accept next bill|1|
  32. 10|2|Cancel next bill|1|
  33. 11|2|Register payment|1|
  34. 12|2|Accept overpayment|1|
  35. 13|2|Perform self test|1|
  36. 14|10|Supervisor reset|1|
  37. 15|5|Reset all modes|1|
  38. 16|5|Set time|1|
  39. 17|2|Power off|1|
  40. 18|1|Relief start shift|1|
  41. 19|1|Relief end shift|1|
  42. 20|10|Totals reset|1|
  43. 21|2|Insert paper ticket|1|
  44. 22|10|Fare counts|1|
  45. 23|2|Key counts|1|
  46. 24|2|Bump stacker motor|1|
  47. 25|10|Configure farebox|1|
  48. 26|1|Silent alarms|1|
  49. 27|10|Unlock access Door|1|
  50. 28|10|Jam clear password|1|
  51. 29|10|Single bit test|1|
  52. 30|1|Dump UPR|1|
  53. 31|1|Coin only mode|1|
  54. 32|1|Bill only mode|1|
  55. 33|1|End of trip|1|
  56. 34|1|Alarm inquire|1|
  57. 35|1|Cancel or Reject|1|
  58. 36|1|Accumulate|1|
  59. 37|1|Tally|1|
  60. 38|10|Initialize board|1|
  61. 39|1|History inquire|1|
  62.